Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: move from Codec to CodecV2 #681

Merged
merged 1 commit into from
Oct 15, 2024
Merged

Conversation

DmitriyMV
Copy link
Member

This should be protocol backward compatible change (and breaking change in the source code) which should speed-up the process of gRPC data encoding / decoding. Also unify our CodecV2 usage.

For siderolabs/talos#9404

@Unix4ever
Copy link
Member

Unix4ever commented Oct 10, 2024

2024-10-10T20:21:23.751Z ERROR task/task.go:82 restarting task {"component": "omni_runtime", "controller": "MachineStatusController", "namespace": "default", "type": "Machines.omni.sidero.dev", "id": "00000703-c798-4da7-a410-f09abb48c8d8", "job": "reconcile", "task": "00000703-c798-4da7-a410-f09abb48c8d8", "interval": "35.826678552s", "error": "failed to list resource definitions: rpc error: code = Unavailable desc = connection error: desc = \"transport: authentication handshake failed: credentials: cannot check peer: missing selected ALPN property\""}

It looks like something doesn't play well with the emulator...
Talos might have the same issue I suppose.

@DmitriyMV
Copy link
Member Author

DmitriyMV commented Oct 10, 2024

It looks like something doesn't play well with the emulator...

This should be fixed in siderolabs/crypto#34 but lets see (I updated the branch)...

This should be protocol backward compatible change (and breaking change in the source code) which should speed-up the process of gRPC
data encoding / decoding. Also unify our CodecV2 usage.

For siderolabs/talos#9404

Signed-off-by: Dmitriy Matrenichev <dmitry.matrenichev@siderolabs.com>
@DmitriyMV
Copy link
Member Author

/m

@talos-bot talos-bot merged commit 1544b9c into siderolabs:main Oct 15, 2024
20 checks passed
@DmitriyMV DmitriyMV deleted the codec branch October 15, 2024 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration/e2e Triggers all e2e tests for Omni
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants